home *** CD-ROM | disk | FTP | other *** search
/ Loadstar 206 / 206.d81 / t.pub on LS < prev    next >
Text File  |  2022-08-26  |  4KB  |  139 lines

  1. u
  2.         PUBLISHING ON LOADSTAR
  3.  
  4.            by Dave Moorman
  5.  
  6.  
  7.     Programming is a great thrill.
  8. Getting your program in front of
  9. hundreds of other computer fans is
  10. even [more] fun. LOADSTAR is here to
  11. do just that: put the best new
  12. software in front of the maximum
  13. audience.
  14.  
  15.     We are constantly looking for new
  16. programmers. We welcome experienced
  17. coders back from the horrors of the
  18. Incredibly Big Machines and novices
  19. who are just stretching their wings.
  20. Our single greatest expectation is
  21. Quality.
  22.  
  23.     And what, pray tell, [is] Quality?
  24. Good question, Watson. I don't have a
  25. particularly insightful answer. Just
  26. take a look at our issues over the
  27. years. You will see a constant
  28. striving for quality.
  29.  
  30.     We are looking for first timers,
  31. and realize that exceptional polish
  32. comes with experience. Don't be
  33. afraid. If your program works as
  34. advertised and [does] something, it
  35. will probably be on LOADSTAR before
  36. you know it.
  37.  
  38.     Now that we have dodged [that]
  39. question, exactly what must one do to
  40. get published on LOADSTAR?
  41.  
  42.  1. The file that is to be LOADed and
  43. RUN from Basic should have a "B."
  44. prefix. That is how we (and our
  45. Presenter software) know it is the
  46. boot file.
  47.  
  48.  2. When LOADed and RUN, the program
  49. MUST work.
  50.  
  51.  3. Your documentation, (written on
  52. Mr. Edstar is best) needs a "T."
  53. prefix (for LOADSTAR Text file) and
  54. the rest of the filename exactly as it
  55. is on the "B." file (without the
  56. "B."). In the docs, tell everyone what
  57. we are supposed to do with the
  58. program. List every functional key
  59. stroke (even if everything is well
  60. menued). You can also explain
  61. technical brilliance, etc.
  62.  
  63.  4. If you have ML, be sure to send
  64. the source code. We will probably ask
  65. you to do any fixes -- editing someone
  66. else's source code is difficult and
  67. time consuming.
  68.  
  69.  5. In your main Basic program, use
  70. line 10000 for the Scratch & Save
  71. routine:
  72.  
  73.  
  74.       10000 d=peek(186):n$="fn":
  75.       open15,d,15,"s0:"+n$:close15
  76.       saven$,d:end
  77.  
  78.  6. Use or reserve 40000-40999 for our
  79. Return to LOADSTAR routine. You can
  80. find the routine on any Basic program
  81. that does return to LOADSTAR. Either
  82. copy it to your code, or at least
  83. have:
  84.  
  85.       40000 end
  86.  
  87.  Be sure to turn off all IRQ wedges
  88. and sprites and return to screen to
  89. its default text mode and location
  90. before line 40000.
  91.  
  92.  7. On the disk you send to us (or the
  93. D81/D64 or Wraptored file), include
  94. all working code and data on the
  95. Directory. Also include your name,
  96. address, and phone numbers. The easy
  97. way to do this is to SAVE a blank file
  98. with your data as the filename.
  99.  
  100.  
  101.     What kind of program should I
  102. write?
  103.  
  104.     Pick something you enjoy doing. If
  105. it has been done before, you may have
  106. to wait a few months before we can
  107. publish it. If you have taken a new
  108. and exceptional slant on a subject --
  109. well [that] is what we are always
  110. searching for.
  111.  
  112.     We are also looking for articles
  113. -- and not just about computing.
  114. Anything of interest can delight the
  115. LOADSTARites. We REALLY love
  116. electronic documents, since I hate to
  117. type and Sheri demands $10 an hour! We
  118. can handle TXT, T., or Screen Code.
  119. PLEASE, no GEOSWrite.
  120.  
  121.     And lastly, what can you expect
  122. for your labors?
  123.  
  124.     Right now, you can use your
  125. creative skills to  aquire a compleat
  126. LOADTAR library! Let us know what back
  127. issues you want. Also, regular
  128. suppliers get Monthly LOADSTARs at no
  129. cost. We have a little cash, but not
  130. nearly what Fender could squander in
  131. the "good old days." As we increase
  132. our subscription base, our suppliers
  133. will see the difference. And our
  134. dependable program providers will be
  135. first in line!
  136.  
  137.  DMM
  138.  
  139.  
  140.